home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / developers / Readers / buildzone zapper / Zapper.exe / HEALTH+GUIDE < prev    next >
Encoding:
Extensible Markup Language  |  2000-10-24  |  29.4 KB  |  806 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE pack   SYSTEM "zapper.dtd">
  3.  
  4. <pack version="3.0" title="Health Guide" url="http://lib.zapper.com/services/DirDownloadGP/GP1280.zap">
  5. <desc>
  6. Resources for those who want to expand their knowledge in medicine: medications and supplements; diseases reference and self-care advisor;health news; etc.
  7. </desc>
  8.  
  9. <hier>
  10.   <folder label="Health Portals" tip="">
  11.     <glref label="OnHealth" url="http://lib.zapper.com/services/DirDownloadGL/GL10975.zap"/>
  12.     <glref label="InteliHealth" url="http://lib.zapper.com/services/DirDownloadGL/GL11818.zap"/>
  13.     <glref label="HealthAtoZ" url="http://lib.zapper.com/services/DirDownloadGL/GL11820.zap"/>
  14.     <glref label="NOAH" url="http://lib.zapper.com/services/DirDownloadGL/GL11817.zap"/>
  15.     <glref label="Mayo Clinic Health Oasis" url="http://lib.zapper.com/services/DirDownloadGL/GL11822.zap"/>
  16.   </folder>
  17.   <folder label="Health Aid Kit" tip="">
  18.     <glref label="Virtual Hospital " url="http://lib.zapper.com/services/DirDownloadGL/GL11819.zap"/>
  19.     <glref label="Self-Care Advisor" url="http://lib.zapper.com/services/DirDownloadGL/GL4831.zap"/>
  20.     <glref label="Diseases & Conditions" url="http://lib.zapper.com/services/DirDownloadGL/GL4824.zap"/>
  21.     <glref label="Health Q&A" url="http://lib.zapper.com/services/DirDownloadGL/GL10565.zap"/>
  22.   </folder>
  23.   <glref label="MedLine " url="http://lib.zapper.com/services/DirDownloadGL/GL4828.zap"/>
  24.   <folder label="Health Reference" tip="">
  25.     <glref label="IntelliZap Medical Info" url="http://lib.zapper.com/services/DirDownloadGL/GL10776.zap"/>
  26.     <glref label="Human Anatomy Atlas" url="http://lib.zapper.com/services/DirDownloadGL/GL10566.zap"/>
  27.     <glref label="WebMD Med Dictionary" url="http://lib.zapper.com/services/DirDownloadGL/GL4830.zap"/>
  28.     <glref label="WebMD Med Ency." url="http://lib.zapper.com/services/DirDownloadGL/GL5108.zap"/>
  29.     <glref label="Drkoop.com Med Ency." url="http://lib.zapper.com/services/DirDownloadGL/GL10981.zap"/>
  30.   </folder>
  31.   <folder label="Medicaments & Suppls." tip="">
  32.     <glref label="MotherNature" url="http://lib.zapper.com/services/DirDownloadGL/GL10978.zap"/>
  33.     <glref label="Drug Resource Center" url="http://lib.zapper.com/services/DirDownloadGL/GL10980.zap"/>
  34.     <glref label="Herb Library" url="http://lib.zapper.com/services/DirDownloadGL/GL10563.zap"/>
  35.     <glref label="Vitamin & Nutrition" url="http://lib.zapper.com/services/DirDownloadGL/GL10564.zap"/>
  36.   </folder>
  37.   <folder label="Online Drugstores" tip="">
  38.     <glref label="Drugstore.com" url="http://lib.zapper.com/services/DirDownloadGL/GL10976.zap"/>
  39.     <glref label="PlanetRX" url="http://lib.zapper.com/services/DirDownloadGL/GL10977.zap"/>
  40.     <glref label="CVS" url="http://lib.zapper.com/services/DirDownloadGL/GL10982.zap"/>
  41.   </folder>
  42.   <folder label="Health News" tip="">
  43.     <glref label="HealthCentral Med News" url="http://lib.zapper.com/services/DirDownloadGL/GL10561.zap"/>
  44.     <glref label="HealthAnswers Med News" url="http://lib.zapper.com/services/DirDownloadGL/GL10569.zap"/>
  45.     <glref label="WebMD Medical News" url="http://lib.zapper.com/services/DirDownloadGL/GL10979.zap"/>
  46.   </folder>
  47. </hier>
  48.  
  49. <zaplet title="Drug Resource Center" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10980.zap">
  50. <desc>
  51.   Find proper use, side effects and precautions info for the drug %[[drug name]%].
  52.   </desc>
  53.   
  54.   
  55.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  56. {
  57.    //@*((DEFAULT: http://www.healthanswers.com/Sources/GSM/
  58.    if (! text.search(/^ *$/))
  59.       return new HttpRequest("http://www.healthanswers.com/Sources/GSM/");
  60.    //@*))DEFAULT
  61.  
  62.    var req = new HttpRequest("http://www.healthanswers.com/Sources/GSM/search.asp");
  63.    req.setMethod("GET");
  64.    req.addParam("strSearch=" + text);
  65.    req.addParam("submit1=" + "Find it!");
  66.    req.addParam("ByBn=" + "on");
  67.    req.addParam("ByGn=" + "on");
  68.    return req;
  69. }]]></script>
  70. <external>
  71. date=17/10/2000 12:49:51 GMT+02:00
  72. author=Natalie Cherniakov
  73. keywords=medicaments, pills, tablets, drugs, medicines, drug use, side effects, precautions, medications
  74. od_path=Top/Health/Medicine/Pharmacology/;Top/Health/Pharmacy/Drugs_and_Medications/
  75. </external>
  76. </zaplet>
  77.  
  78. <zaplet title="Self-Care Advisor" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL4831.zap">
  79. <desc>
  80.   Find self-care procedures and treatment tips for %[[symptom]%] symptoms/conditions.
  81.   </desc>
  82.   
  83.   
  84.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  85. {
  86.    //@*((DEFAULT: http://content.health.msn.com/self_care_advisor
  87.    if (! text.search(/^ *$/))
  88.       return new HttpRequest("http://content.health.msn.com/self_care_advisor");
  89.    //@*))DEFAULT
  90.  
  91.    var req = new HttpRequest("http://content.health.msn.com/search_results");
  92.    req.setMethod("POST");
  93.    req.addParam("query=" + text);
  94.    req.addParam("filter=" + "all_msn_filter");
  95.    req.addParam("x=" + "6");
  96.    req.addParam("y=" + "2");
  97.    return req;
  98. }]]></script>
  99. <external>
  100. date=17/10/2000 12:49:51 GMT+02:00
  101. author=Natalie Cherniakov
  102. keywords=health symptoms, self-care procedures, first aid, medical conditions
  103. od_path=Top/Health/Conditions_and_Diseases/;Top/Health/Medicine/Reference/
  104. </external>
  105. </zaplet>
  106.  
  107. <zaplet title="NOAH" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL11817.zap">
  108. <desc>
  109.   Find general health info about %[[keyword]%] from New York Online Access to Health.
  110.   </desc>
  111.   
  112.   
  113.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  114. {
  115.    //@*((DEFAULT: http://www.noah.cuny.edu/kwsearch.html
  116.    if (! text.search(/^ *$/))
  117.       return new HttpRequest("http://www.noah.cuny.edu/kwsearch.html");
  118.    //@*))DEFAULT
  119.  
  120.    var req = new HttpRequest("http://www.noah.cuny.edu/cgi-bin/AT-noahtestsearch.cgi");
  121.    req.setMethod("POST");
  122.    req.addParam("mode=" + "concept");
  123.    req.addParam("search=" + text);
  124.    req.addParam("searchButton.x=" + "12");
  125.    req.addParam("searchButton.y=" + "13");
  126.    return req;
  127. }]]></script>
  128. <external>
  129. date=17/10/2000 12:49:51 GMT+02:00
  130. author=Natalie Cherniakov
  131. keywords=New York Online Access to Health, noah, medical info, health resources, health topics
  132. od_path=Top/Health/Education/Patient_Education/Portals/;Top/Health/Medicine/Reference
  133. </external>
  134. </zaplet>
  135.  
  136. <zaplet title="Vitamin & Nutrition" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10564.zap">
  137. <desc>
  138.   Find vitamin and nutrition info about %[[keyword]%].
  139.   </desc>
  140.   
  141.   
  142.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  143. {
  144.    //@*((DEFAULT: http://www.intelihealth.com/IH/ihtIH/WSIHW000/325/325.html?k=menux408x325xVit&b=
  145.    if (! text.search(/^ *$/))
  146.       return new HttpRequest("http://www.intelihealth.com/IH/ihtIH/WSIHW000/325/325.html?k=menux408x325xVit&b=");
  147.    //@*))DEFAULT
  148.  
  149.    var req = new HttpRequest("http://www.intelihealth.com/cgi-bin/avsearch.mpl");
  150.    req.setMethod("GET");
  151.    req.addParam("index=" + "ICN");
  152.    req.addParam("nxt=" + "1");
  153.    req.addParam("adv=" + "f");
  154.    req.addParam("WEB_HOME=" + "/IH/");
  155.    req.addParam("WEB_HOST=" + "http://www.intelihealth.com");
  156.    req.addParam("MIVAL=" + "ihtIH");
  157.    req.addParam("P=" + "~br,IHW|~st,325|~r,WSIHW000|~b,*|");
  158.    req.addParam("T=" + "325");
  159.    req.addParam("ST=" + "325");
  160.    req.addParam("d=" + "dmtGenericSearch");
  161.    req.addParam("SearchTopics=" + "325");
  162.    req.addParam("criteria=" + text);
  163.    req.addParam("submitbutton.x=" + "23");
  164.    req.addParam("submitbutton.y=" + "13");
  165.    return req;
  166. }]]></script>
  167. <external>
  168. date=17/10/2000 12:49:51 GMT+02:00
  169. author=Natalie Cherniakov
  170. keywords=vitamins, minerals, nutrition, healthy food, dieting
  171. od_path=Top/Health/Nutrition/
  172. </external>
  173. </zaplet>
  174.  
  175. <zaplet title="HealthCentral Med News" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10561.zap">
  176. <desc>
  177.   Read news about %[[keyword]%] in HealthCentral Medical News.
  178.   </desc>
  179.   
  180.   
  181.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  182. {
  183.    //@*((DEFAULT: http://www.healthcentral.com/home/home.cfm
  184.    if (! text.search(/^ *$/))
  185.       return new HttpRequest("http://www.healthcentral.com/home/home.cfm");
  186.    //@*))DEFAULT
  187.  
  188.    var req = new HttpRequest("http://search.healthcentral.com/texis.exe/hcnewsearch");
  189.    req.setMethod("GET");
  190.    req.addParam("query=" + text);
  191.    req.addParam("db=" + "news");
  192.    req.addParam("x=" + "22");
  193.    req.addParam("y=" + "8");
  194.    return req;
  195. }]]></script>
  196. <external>
  197. date=17/10/2000 12:49:51 GMT+02:00
  198. author=Natalie Cherniakov
  199. keywords=healthcentral, medical news, health news, medical updates
  200. od_path=Top/News/Current_Events/Health_Care_and_Medical/
  201. </external>
  202. </zaplet>
  203.  
  204. <zaplet title="HealthAtoZ" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL11820.zap">
  205. <desc>
  206.   Find general health info about %[[keyword]%] from HealthAtoZ.com.
  207.   </desc>
  208.   
  209.   
  210.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  211. {
  212.    //@*((DEFAULT: http://www.healthatoz.com/
  213.    if (! text.search(/^ *$/))
  214.       return new HttpRequest("http://www.healthatoz.com/");
  215.    //@*))DEFAULT
  216.  
  217.    var req = new HttpRequest("http://207.87.10.168/cgi-bin/searchsites/pri");
  218.    req.setMethod("GET");
  219.    req.addParam("keywords=" + text);
  220.    req.addParam("x=" + "10");
  221.    req.addParam("y=" + "2");
  222.    return req;
  223. }]]></script>
  224. <external>
  225. date=17/10/2000 12:49:51 GMT+02:00
  226. author=Natalie Cherniakov
  227. keywords=health a to z , healthatoz, medical info , health care resources, healthy lifestyle, wellness
  228. od_path=Top/Health/Education/Patient_Education/Portals/;Top/Health/Resources/Consumer/
  229. </external>
  230. </zaplet>
  231.  
  232. <zaplet title="Human Anatomy Atlas" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10566.zap">
  233. <desc>
  234.   Get animations, images and info on %[[keyword]%] from Human Anatomy Online.
  235.   </desc>
  236.   
  237.   
  238.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  239. {
  240.    //@*((DEFAULT: http://www.innerbody.com/search.html
  241.    if (! text.search(/^ *$/))
  242.       return new HttpRequest("http://www.innerbody.com/search.html");
  243.    //@*))DEFAULT
  244.  
  245.    var req = new HttpRequest("http://www.innerbody.com/_vti_bin/shtml.dll/search.html");
  246.    req.setMethod("POST");
  247.    req.addParam("VTI-GROUP=" + "0");
  248.    req.addParam("search=" + text);
  249.    return req;
  250. }]]></script>
  251. <external>
  252. date=17/10/2000 12:49:51 GMT+02:00
  253. author=Natalie Cherniakov
  254. keywords=human anatomy, body parts, human organs, lungs images, heart images, kidneys images, brain images, innerbody
  255. od_path=Top/Health/Medicine/Basic_Sciences/Anatomy/;Top/Health/Medicine/Reference/;Top/Health/Resources/Consumer/
  256. </external>
  257. </zaplet>
  258.  
  259. <zaplet title="InteliHealth" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL11818.zap">
  260. <desc>
  261.   Find general health info about %[[keyword]%] from InteliHealth.com.
  262.   </desc>
  263.   
  264.   
  265.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  266. {
  267.    //@*((DEFAULT: http://www.intelihealth.com/IH/ihtIH/WSIHW000/408/408.html
  268.    if (! text.search(/^ *$/))
  269.       return new HttpRequest("http://www.intelihealth.com/IH/ihtIH/WSIHW000/408/408.html");
  270.    //@*))DEFAULT
  271.  
  272.    var req = new HttpRequest("http://www.intelihealth.com/cgi-bin/avsearch.mpl");
  273.    req.setMethod("GET");
  274.    req.addParam("index=" + "ICN");
  275.    req.addParam("nxt=" + "1");
  276.    req.addParam("adv=" + "t");
  277.    req.addParam("WEB_HOME=" + "/IH/");
  278.    req.addParam("WEB_HOST=" + "http://www.intelihealth.com");
  279.    req.addParam("MIVAL=" + "ihtIH");
  280.    req.addParam("P=" + "~br,IHW|~st,408|~r,WSIHW000|~b,*|");
  281.    req.addParam("T=" + "408");
  282.    req.addParam("ST=" + "408");
  283.    req.addParam("criteria=" + text);
  284.    req.addParam("submitbutton.x=" + "111");
  285.    req.addParam("submitbutton.y=" + "4");
  286.    return req;
  287. }]]></script>
  288. <external>
  289. date=17/10/2000 12:49:51 GMT+02:00
  290. author=Natalie Cherniakov
  291. keywords=medical info, health resources, intelihealth, senior's health, children's health, women's health
  292. od_path=Top/Health/Education/Patient_Education/Portals/;Top/Health/Resources/Consumer/
  293. </external>
  294. </zaplet>
  295.  
  296. <zaplet title="Diseases & Conditions" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL4824.zap">
  297. <desc>
  298.   Read comprehensive overviews of %[[disease name]%] disease.
  299.   </desc>
  300.   
  301.   
  302.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  303. {
  304.    //@*((DEFAULT: http://my.webmd.com/
  305.    if (! text.search(/^ *$/))
  306.       return new HttpRequest("http://my.webmd.com/");
  307.    //@*))DEFAULT
  308.  
  309.    var req = new HttpRequest("http://my.webmd.com/search_results");
  310.    req.setMethod("GET");
  311.    req.addParam("query=" + text);
  312.    req.addParam("filter=" + "tmp_disease_filter");
  313.    req.addParam("go.x=" + "23");
  314.    req.addParam("go.y=" + "19");
  315.    return req;
  316. }]]></script>
  317. <external>
  318. date=17/10/2000 12:49:51 GMT+02:00
  319. author=Natalie Cherniakov
  320. keywords=diseases, illnesses, medical conditions
  321. od_path=Top/Health/Conditions_and_Diseases/
  322. </external>
  323. </zaplet>
  324.  
  325. <zaplet title="WebMD Med Ency." type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL5108.zap">
  326. <desc>
  327.   Read about %[[keyword]%] in the WebMD Medical Encyclopedia.
  328.   </desc>
  329.   
  330.   
  331.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  332. {
  333.    //@*((DEFAULT: http://my.webmd.com/
  334.    if (! text.search(/^ *$/))
  335.       return new HttpRequest("http://my.webmd.com/");
  336.    //@*))DEFAULT
  337.  
  338.    var req = new HttpRequest("http://my.webmd.com/search_results");
  339.    req.setMethod("GET");
  340.    req.addParam("query=" + text);
  341.    req.addParam("filter=" + "encyclopedia_filter");
  342.    req.addParam("go.x=" + "20");
  343.    req.addParam("go.y=" + "17");
  344.    return req;
  345. }]]></script>
  346. <external>
  347. date=17/10/2000 12:49:51 GMT+02:00
  348. author=Natalie Cherniakov
  349. keywords=medical encyclopedia, medical dictionary, medical terms, webmd
  350. od_path=Top/Health/Medicine/Reference/;Top/Health/Resources/Consumer/;Top/Reference/Encyclopedia/Subject_Encyclopedias/
  351. </external>
  352. </zaplet>
  353.  
  354. <zaplet title="WebMD Med Dictionary" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL4830.zap">
  355. <desc>
  356.   Get definition of the medical term %[[term]%] from the WebMD Medical Dictionary.
  357.   </desc>
  358.   
  359.   
  360.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  361. {
  362.    //@*((DEFAULT: http://my.webmd.com/
  363.    if (! text.search(/^ *$/))
  364.       return new HttpRequest("http://my.webmd.com/");
  365.    //@*))DEFAULT
  366.  
  367.    var req = new HttpRequest("http://my.webmd.com/search_results");
  368.    req.setMethod("GET");
  369.    req.addParam("query=" + text);
  370.    req.addParam("filter=" + "dictionary_filter");
  371.    req.addParam("go.x=" + "24");
  372.    req.addParam("go.y=" + "19");
  373.    return req;
  374. }]]></script>
  375. <external>
  376. date=17/10/2000 12:49:51 GMT+02:00
  377. author=Natalie Cherniakov
  378. keywords=medical dictionary, medical glossary, medical terms, WebMD
  379. od_path=Top/Health/Medicine/Reference/;Top/Health/Resources/Consumer/;Top/Reference/Dictionaries/Medical/
  380. </external>
  381. </zaplet>
  382.  
  383. <zaplet title="Drugstore.com" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10976.zap">
  384. <desc>
  385.   Shop for %[[keyword]%] at  Drugstore.com.
  386.   </desc>
  387.   
  388.   
  389.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  390. {
  391.    //@*((DEFAULT: http://www.drugstore.com/
  392.    if (! text.search(/^ *$/))
  393.       return new HttpRequest("http://www.drugstore.com/");
  394.    //@*))DEFAULT
  395.  
  396.    var req = new HttpRequest("http://www.drugstore.com/search/search.asp");
  397.    req.setMethod("GET");
  398.    req.addParam("searchtype=" + "1");
  399.    req.addParam("search=" + text);
  400.    req.addParam("x=" + "15");
  401.    req.addParam("y=" + "11");
  402.    return req;
  403. }]]></script>
  404. <external>
  405. date=17/10/2000 12:49:51 GMT+02:00
  406. author=Natalie Cherniakov
  407. keywords=drugs, medications, drugstores, pharmacy, personal care products, cosmetics, pharmacies
  408. od_path=Top/Health/Pharmacy/;Top/Shopping/Health_and_Beauty/Pharmacy/Online_Pharmacies/
  409. </external>
  410. </zaplet>
  411.  
  412. <zaplet title="Herb Library" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10563.zap">
  413. <desc>
  414.   Get detailed information on the herb %[[herb name]%].
  415.   </desc>
  416.   
  417.   
  418.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  419. {
  420.    //@*((DEFAULT: http://www.healthcentral.com/peoplespharmacy/peoplespharmacy.cfm
  421.    if (! text.search(/^ *$/))
  422.       return new HttpRequest("http://www.healthcentral.com/peoplespharmacy/peoplespharmacy.cfm");
  423.    //@*))DEFAULT
  424.  
  425.    var req = new HttpRequest("http://search.healthcentral.com/texis.exe/hcnewsearch");
  426.    req.setMethod("GET");
  427.    req.addParam("query=" + text);
  428.    req.addParam("db=" + "herbs");
  429.    req.addParam("x=" + "27");
  430.    req.addParam("y=" + "9");
  431.    return req;
  432. }]]></script>
  433. <external>
  434. date=17/10/2000 12:49:51 GMT+02:00
  435. author=Natalie Cherniakov
  436. keywords=alternative medicine, herbs, herbal, botanicals
  437. od_path=Top/Health/Alternative/Herbs/;Top/Home/Gardens/Plants/Herbs/
  438. </external>
  439. </zaplet>
  440.  
  441. <zaplet title="Mayo Clinic Health Oasis" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL11822.zap">
  442. <desc>
  443.   Find general health info on %[[keyword]%] from Mayo Clinic Health Oasis.
  444.   </desc>
  445.   
  446.   
  447.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  448. {
  449.    //@*((DEFAULT: http://www.mayohealth.org/
  450.    if (! text.search(/^ *$/))
  451.       return new HttpRequest("http://www.mayohealth.org/");
  452.    //@*))DEFAULT
  453.  
  454.    var req = new HttpRequest("http://www.mayohealth.org/cgi-bin/iatoc.bln");
  455.    req.setMethod("POST");
  456.    req.addParam("NS-query=" + text);
  457.    req.addParam("NS-max-records=" + "20");
  458.    req.addParam("NS-collection=" + "Oasis");
  459.    req.addParam("find.x=" + "147");
  460.    req.addParam("find.y=" + "21");
  461.    return req;
  462. }]]></script>
  463. <external>
  464. date=17/10/2000 12:49:51 GMT+02:00
  465. author=Natalie Cherniakov
  466. keywords=Mayo Clinic Health Oasis, mayohealth, medical information, health care resources, diseases, illnesses, disease prevention, healthy lifestyle, wellness
  467. od_path=Top/Health/Education/Patient_Education/;Top/Health/Resources/Consumer/
  468. </external>
  469. </zaplet>
  470.  
  471. <zaplet title="CVS" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10982.zap">
  472. <desc>
  473.   Shop for %[[keyword]%] at CVS.com.
  474.   </desc>
  475.   
  476.   
  477.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  478. {
  479.    //@*((DEFAULT: http://www.cvs.com/
  480.    if (! text.search(/^ *$/))
  481.       return new HttpRequest("http://www.cvs.com/");
  482.    //@*))DEFAULT
  483.  
  484.    var req = new HttpRequest("http://www.cvs.com/search/search.asp");
  485.    req.setMethod("GET");
  486.    req.addParam("PageNum=" + "1");
  487.    req.addParam("NumResults=" + "25");
  488.    req.addParam("ActiveCat=" + "127");
  489.    req.addParam("MaxResults=" + "200");
  490.    req.addParam("Query=" + text);
  491.    return req;
  492. }]]></script>
  493. <external>
  494. date=17/10/2000 12:49:51 GMT+02:00
  495. author=Natalie Cherniakov
  496. keywords=cvs pharmacy, drugstores, drugs, medical remedies, medications, medicaments, pills, pharmacies
  497. od_path=Top/Health/Pharmacy/;Top/Shopping/Health_and_Beauty/Pharmacy/Online_Pharmacies/
  498. </external>
  499. </zaplet>
  500.  
  501. <zaplet title="Drkoop.com Med Ency." type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10981.zap">
  502. <desc>
  503.   Read about %[[keyword]%] in the Dr. Koop Medical Encyclopedia.
  504.   </desc>
  505.   
  506.   
  507.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  508. {
  509.    //@*((DEFAULT: http://www.drkoop.com/search/query.asp?SearchString=&Section=All
  510.    if (! text.search(/^ *$/))
  511.       return new HttpRequest("http://www.drkoop.com/search/query.asp?SearchString=&Section=All");
  512.    //@*))DEFAULT
  513.  
  514.    var req = new HttpRequest("http://www.drkoop.com/search/query.asp");
  515.    req.setMethod("POST");
  516.    req.addParam("SearchString=" + text);
  517.    req.addParam("Section=" + "Ref");
  518.    req.addParam("Submit=" + "Go");
  519.    return req;
  520. }]]></script>
  521. <external>
  522. date=17/10/2000 12:49:51 GMT+02:00
  523. author=Natalie Cherniakov
  524. keywords=medical encyclopedia, medical dictionary, drkoop
  525. od_path=Top/Health/Medicine/Reference/;Top/Health/Resources/Consumer/
  526. </external>
  527. </zaplet>
  528.  
  529. <zaplet title="WebMD Medical News" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10979.zap">
  530. <desc>
  531.   Read news about %[[keyword]%] from  WebMD Medical News.
  532.   </desc>
  533.   
  534.   
  535.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  536. {
  537.    //@*((DEFAULT: http://my.webmd.com/
  538.    if (! text.search(/^ *$/))
  539.       return new HttpRequest("http://my.webmd.com/");
  540.    //@*))DEFAULT
  541.  
  542.    var req = new HttpRequest("http://my.webmd.com/search_results");
  543.    req.setMethod("GET");
  544.    req.addParam("query=" + text);
  545.    req.addParam("filter=" + "news_filter");
  546.    req.addParam("go.x=" + "27");
  547.    req.addParam("go.y=" + "15");
  548.    return req;
  549. }]]></script>
  550. <external>
  551. date=17/10/2000 12:49:51 GMT+02:00
  552. author=Natalie Cherniakov
  553. keywords=webmd medical news, medical updates
  554. od_path=Top/News/Current_Events/Health_Care_and_Medical/
  555. </external>
  556. </zaplet>
  557.  
  558. <zaplet title="OnHealth" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10975.zap">
  559. <desc>
  560.   Find general health info about %[[keyword]%] from OnHealth.com.
  561.   </desc>
  562.   
  563.   
  564.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  565. {
  566.    //@*((DEFAULT: http://www.onhealth.com/home/index.asp
  567.    if (! text.search(/^ *$/))
  568.       return new HttpRequest("http://www.onhealth.com/home/index.asp");
  569.    //@*))DEFAULT
  570.  
  571.    var req = new HttpRequest("http://search.onhealth.com/search.asp");
  572.    req.setMethod("GET");
  573.    req.addParam("qt=" + text);
  574.    return req;
  575. }]]></script>
  576. <external>
  577. date=17/10/2000 12:49:51 GMT+02:00
  578. author=Natalie Cherniakov
  579. keywords=onhealth, medical info, health resources
  580. od_path=Top/Health;Top/Health/Education/Patient_Education/;Top/Health/Resources/Consumer/
  581. </external>
  582. </zaplet>
  583.  
  584. <zaplet title="MotherNature" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10978.zap">
  585. <desc>
  586.   Find natural products info about the keyword %[[keyword]%] from MotherNature.com.
  587.   </desc>
  588.   
  589.   
  590.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  591. {
  592.    //@*((DEFAULT: http://www.mothernature.com/
  593.    if (! text.search(/^ *$/))
  594.       return new HttpRequest("http://www.mothernature.com/");
  595.    //@*))DEFAULT
  596.  
  597.    var req = new HttpRequest("http://www.mothernature.com/asp/search.asp");
  598.    req.setMethod("POST");
  599.    req.addParam("criteria=" + "all");
  600.    req.addParam("tabchoice=" + "home");
  601.    req.addParam("keyword=" + text);
  602.    return req;
  603. }]]></script>
  604. <external>
  605. date=17/10/2000 12:49:51 GMT+02:00
  606. author=Natalie Cherniakov
  607. keywords=mothernature, natural products, herbs, minerals, vitamins, natural therapies
  608. od_path=Top/Health/Nutrition/Alternative/;Top/Shopping/Health_and_Beauty/Nutrition/Vitamins/
  609. </external>
  610. </zaplet>
  611.  
  612. <zaplet title="HealthAnswers Med News" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10569.zap">
  613. <desc>
  614.   Read news about %[[keyword]%] in HealthAnswers Med News.
  615.   </desc>
  616.   
  617.   
  618.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  619. {
  620.    //@*((DEFAULT: http://www.healthanswers.com/search/default.asp
  621.    if (! text.search(/^ *$/))
  622.       return new HttpRequest("http://www.healthanswers.com/search/default.asp");
  623.    //@*))DEFAULT
  624.  
  625.    var req = new HttpRequest("http://www.healthanswers.com/search/default.asp");
  626.    req.setMethod("GET");
  627.    req.addParam("q1=" + text);
  628.    req.addParam("searchtype=" + "@contents");
  629.    req.addParam("cat=" + "News");
  630.    req.addParam("recordnum=" + "0");
  631.    req.addParam("Submit.x=" + "28");
  632.    req.addParam("Submit.y=" + "14");
  633.    return req;
  634. }]]></script>
  635. <external>
  636. date=17/10/2000 12:49:51 GMT+02:00
  637. author=Natalie Cherniakov
  638. keywords=medical news, medical updates, health news, healthanswers
  639. od_path=Top/News/Current_Events/Health_Care_and_Medical/
  640. </external>
  641. </zaplet>
  642.  
  643. <zaplet title="IntelliZap Medical Info" type="extended" url="http://lib.zapper.com/services/DirDownloadGL/GL10776.zap">
  644. <desc>
  645.   Find medical info on %[[keyword]%] from Medline, Merck, WebMD and OnHealth.
  646.   </desc>
  647.  
  648.   
  649.   
  650.   <script lang="javascript"><![CDATA[function zaplet(text,context,location)
  651. {
  652.    var req = new HttpRequest("http://alg.zapper.com/intellizap/intellizap.jsp");
  653.    req.setMethod("POST");
  654.    req.addParam("text=" + text);
  655.    req.addParam("context=" + context);
  656.    req.addParam("location="+ location);
  657.    req.addParam("engine=mixed");
  658.    req.addParam("domain=medical");
  659.    return req;
  660. }]]></script>
  661.  
  662. <external>
  663. date=18/10/2000 21:24:27 GMT+02:00
  664. author=Server
  665. keywords=intellizap medical info, Medline, Merck, WebMD, OnHealth
  666. od_path=Top/Health/;Top/Health/Education/Patient_Education/;Top/Health/Medicine/Reference/;Top/Health/Resources/;Top/News/Current_Events/Health_Care_and_Medical/
  667. </external>
  668. </zaplet>
  669.  
  670. <zaplet title="MedLine " type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL4828.zap">
  671. <desc>
  672.   Read Medline abstracts about %[[keyword]%].
  673.   </desc>
  674.   
  675.   
  676.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  677. {
  678.    //@*((DEFAULT: http://www.ncbi.nlm.nih.gov/PubMed/
  679.    if (! text.search(/^ *$/))
  680.       return new HttpRequest("http://www.ncbi.nlm.nih.gov/PubMed/");
  681.    //@*))DEFAULT
  682.  
  683.    var req = new HttpRequest("http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?CMD=search&DB=PubMed");
  684.    req.setMethod("POST");
  685.    req.addParam("db=" + "PubMed");
  686.    req.addParam("orig_db=" + "PubMed");
  687.    req.addParam("term=" + text);
  688.    req.addParam("cmd=" + "search");
  689.    req.addParam("cmd_current=" + "");
  690.    req.addParam("WebEnv=" + "");
  691.    return req;
  692. }]]></script>
  693. <external>
  694. date=17/10/2000 12:49:51 GMT+02:00
  695. author=Natalie Cherniakov
  696. keywords=medical journals, medline, pubmed, nlm, national library of medicine, grateful med, scientific publications, biological journals, biology
  697. od_path=Top/Health/Medicine/Reference/Online_Databases/Medline/;Top/Health/Publications/
  698. </external>
  699. </zaplet>
  700.  
  701. <zaplet title="Virtual Hospital " type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL11819.zap">
  702. <desc>
  703.   Find disease-related info on %[[keyword]%] from the Virtual Hospital.
  704.   </desc>
  705.   
  706.   
  707.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  708. {
  709.    //@*((DEFAULT: http://www.vh.org/
  710.    if (! text.search(/^ *$/))
  711.       return new HttpRequest("http://www.vh.org/");
  712.    //@*))DEFAULT
  713.  
  714.    var req = new HttpRequest("http://www.vh.org/cgi-bin/htsearch");
  715.    req.setMethod("GET");
  716.    req.addParam("words=" + text);
  717.    req.addParam("config=" + "vh");
  718.    req.addParam("method=" + "all");
  719.    req.addParam("exclude=" + "vh.org/Formulary");
  720.    return req;
  721. }]]></script>
  722. <external>
  723. date=17/10/2000 12:49:51 GMT+02:00
  724. author=Natalie Cherniakov
  725. keywords=vh, virtual hospital, diseases, illnesses, human organ system, health problems
  726. od_path=Top/Health/Education/Patient_Education/;Top/Health/Resources/Consumer/
  727. </external>
  728. </zaplet>
  729.  
  730. <zaplet title="Health Q&A" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10565.zap">
  731. <desc>
  732.   Find health-related questions and answers about %[[keyword]%].
  733.   </desc>
  734.   
  735.   
  736.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  737. {
  738.    //@*((DEFAULT: http://www.goaskalice.columbia.edu/index.html
  739.    if (! text.search(/^ *$/))
  740.       return new HttpRequest("http://www.goaskalice.columbia.edu/index.html");
  741.    //@*))DEFAULT
  742.  
  743.    var req = new HttpRequest("http://usearch.cc.columbia.edu:8765/goaskalice/query.html");
  744.    req.setMethod("GET");
  745.    req.addParam("qt=" + text);
  746.    req.addParam("col=" + "cuweb");
  747.    req.addParam("qp=" + "+site:www.goaskalice.columbia.edu");
  748.    req.addParam("qs=" + "");
  749.    req.addParam("qc=" + "");
  750.    req.addParam("pw=" + "100%");
  751.    req.addParam("ws=" + "0");
  752.    req.addParam("la=" + "");
  753.    req.addParam("qm=" + "0");
  754.    req.addParam("st=" + "1");
  755.    req.addParam("nh=" + "10");
  756.    req.addParam("lk=" + "1");
  757.    req.addParam("rf=" + "0");
  758.    req.addParam("oq=" + "");
  759.    req.addParam("rq=" + "0");
  760.    return req;
  761. }]]></script>
  762. <external>
  763. date=17/10/2000 12:49:51 GMT+02:00
  764. author=Natalie Cherniakov
  765. keywords=health FAQs, medical questions, medical answers, health discussions, general medical topics
  766. od_path=Top/Health/Education/Patient_Education/;Top/Health/Medicine/Reference/
  767. </external>
  768. </zaplet>
  769.  
  770. <zaplet title="PlanetRX" type="normal" url="http://lib.zapper.com/services/DirDownloadGL/GL10977.zap">
  771. <desc>
  772.   Shop for %[[keyword]%] at PlanetRX.com.
  773.   </desc>
  774.   
  775.   
  776.   <script lang="javascript"><![CDATA[function zaplet(text,context)
  777. {
  778.    //@*((DEFAULT: http://service.bfast.com/bfast/click?bfmid=1000057&siteid=31462080&bfpage=homepage
  779.    if (! text.search(/^ *$/))     
  780.  return new HttpRequest("http://service.bfast.com/bfast/click?bfmid=1000057&siteid=31462080&bfpage=homepage");
  781.    //@*))DEFAULT
  782.  
  783.    var req = new HttpRequest("http://service.bfast.com/bfast/click");
  784.    req.setMethod("GET");
  785.    req.addParam("siteid=" + "31462080");
  786.    req.addParam("bfpage=" + "search_products_a");
  787.    req.addParam("bfmid=" + "1000057");
  788.    req.addParam("q1=" + text);
  789.    return req;
  790. }]]></script>
  791. <external>
  792. date=17/10/2000 12:49:51 GMT+02:00
  793. author=Natalie Cherniakov
  794. keywords=a1b2c3, drugs, medications, drugstores, pharmacy, remedies, remedy, pharmacies
  795. od_path=Top/Health/Pharmacy/;Top/Shopping/Health_and_Beauty/Pharmacy/Online_Pharmacies/
  796. </external>
  797. </zaplet>
  798. <external>
  799. FileName=Health Guide
  800. date=18/10/2000 21:24:27 GMT+02:00
  801. author=Natalie Cherniakov
  802. keywords=health conditions, vitamins, minerals, herbs, drugs, medical symptoms, diseases, medline, self-care advices, medications, medicaments, medical supplements, health news
  803. segmentation=Health & Medicine
  804. user_profile=Resources for those who want to expand their knowledge in medicine.
  805. </external>
  806. </pack>